-
-
Notifications
You must be signed in to change notification settings - Fork 3
Added Support for number type in Attributes #5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Added Support for number type in Attributes #5
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @malav2110! 👍
Co-authored-by: Titus <tituswormer@gmail.com>
@malav2110 The tests are catching some potential issues: https://travis-ci.org/github/syntax-tree/xastscript/jobs/740919730#L293. Travis has recently made it essentially impossible to use them for open source, which is why the build was so slow and I didn’t catch it before. I switched to use GH Actions. Rebasing should give you access and fast tests again, and locally you can check your types by running |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @malav2110!
Thanks @malav2110, @ChristianMurphy! |
No description provided.